[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Creates a new View that has the same items as this view, in the reversed order.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
public OrderedSet<T>.OrderedSet<(Of <T>)>..::View Reversed() |
Visual Basic (Declaration) |
---|
Public Function Reversed As OrderedSet<(Of <T>)>..::View |
Visual C++ |
---|
public: OrderedSet<(Of <T>)>..::View^ Reversed () |
Return Value
A new View that has the reversed order of this view, with the same upper and lower bounds.See Also
Wintellect.PowerCollections Namespace